@charset "UTF-8";
/*変数設定用*/
@media screen and (min-width: 1024px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .vsp {
    display: block;
  }
}

.inner {
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    margin-right: 20px;
    margin-left: 20px;
    width: auto;
  }
}

.commonMv {
  background: url(/assets/img/common/img-bg.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 292px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .commonMv {
    background: url(/assets/img/common/img-bgsp.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 30px;
  }
}
.commonMv_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 37px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .commonMv_ttl {
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
    width: 100%;
  }
}
.commonMv_ttl-small-txt {
  display: block;
  font-size: 25px;
  margin: 15px 0 0;
}
.commonMv .inner2 {
  max-width: 1024px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.commonMv_breadnav {
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 0;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (max-width: 768px) {
  .commonMv_breadnav {
    left: 20px;
  }
}
.commonMv_breadnav li {
  display: flex;
  flex-shrink: 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .commonMv_breadnav li {
    font-size: 12px;
  }
}
.commonMv_breadnav li span {
  display: inline-block;
  padding: 0 10px;
}

#audioguidance {
  overflow-x: hidden;
  padding: 0 0 100px;
}
#audioguidance .commonMv {
  all: unset;
}
#audioguidance .commonMv .inner2 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #audioguidance .commonMv .inner2 {
    margin-top: 20px;
    padding: 0 20px;
  }
}
#audioguidance .commonMv .inner2 .commonMv_breadnav {
  position: relative;
  inset: auto;
}
#audioguidance .tabs-box {
  margin: 50px 0 50px;
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 768px) {
  #audioguidance .tabs-box {
    border: none;
  }
}
#audioguidance .tabs {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  transform: translateY(1px);
}
@media screen and (max-width: 768px) {
  #audioguidance .tabs {
    -moz-column-gap: 5px;
         column-gap: 5px;
    flex-wrap: wrap;
    row-gap: 25px;
    justify-content: space-between;
  }
}
#audioguidance .tabs-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-basis: 33.33%;
  height: 75px;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #222222;
  border-bottom: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 768px) {
  #audioguidance .tabs-item {
    flex-basis: initial;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    font-size: 12px;
    line-height: 1.4166666667;
    height: auto;
    width: 47.8%;
    padding: 0 0 10px;
  }
}
#audioguidance .tabs-item.active {
  background-color: white;
}
@media screen and (max-width: 768px) {
  #audioguidance .tabs-item.active {
    border-bottom: 2px solid #000;
  }
}
@media screen and (max-width: 768px) {
  #audioguidance .tabs-item.active::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    translate: -50% 0;
    width: 0;
    height: 0;
    border-top: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
}
#audioguidance .tabs-item .small-txt {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #audioguidance .tabs-item .small-txt {
    font-size: 10px;
  }
}
#audioguidance .tentative-img {
  position: relative;
  display: block;
}
#audioguidance .tentative-img::before {
  content: "差し替え予定";
  display: block flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 90px;
  font-weight: bold;
  background-color: #cf000d;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#audioguidance .red-txt {
  color: #d80d18;
}
#audioguidance .blue-txt {
  color: #0068b7;
}
#audioguidance .bold-txt {
  font-weight: bold;
}
#audioguidance .english-free {
  margin-bottom: 30px;
}
#audioguidance .ttl-small {
  font-size: 20px;
  line-height: 2;
}
#audioguidance .free-newyear {
  font-size: 16px;
  line-height: 1.6;
}
#audioguidance .mb40 {
  margin-bottom: 40px;
}
#audioguidance .direction_btn {
  text-align: center;
  margin: 30px 0;
}
#audioguidance .direction_btn-link {
  display: inline-block;
  text-align: center;
  width: 400px;
  padding: 15px 0;
  font-size: 16px;
  border: 1px solid black;
}
@media screen and (max-width: 768px) {
  #audioguidance .direction_btn-link {
    width: 100%;
  }
}
#audioguidance section.section-gap {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #audioguidance section.section-gap {
    margin-top: 60px;
  }
}
#audioguidance .english-main-ttl {
  text-align: center;
  background-color: #eee;
  padding: 21.5px 0;
  font-weight: 500;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  #audioguidance .english-main-ttl {
    padding: 16.5px 0;
    margin: 0 0 30px;
  }
}
#audioguidance .english-main-ttl.bg-white {
  background-color: white;
  margin-bottom: 0px;
}
#audioguidance .english-main-ttl.bg-white .line-deco {
  font-size: 26px;
}
#audioguidance .english-main-ttl .line-deco {
  font-size: 37px;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #audioguidance .english-main-ttl .line-deco {
    font-size: 20px;
    line-height: 1.3;
  }
}
#audioguidance .english-main-ttl .line-deco ruby rt {
  font-size: 12px;
  letter-spacing: -1.4em;
}
@media screen and (max-width: 768px) {
  #audioguidance .english-main-ttl .line-deco ruby rt {
    font-size: 10px;
    letter-spacing: -0.2em;
  }
}
#audioguidance .english-main-ttl .line-deco .big-txt {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  #audioguidance .english-main-ttl .line-deco .big-txt {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  #audioguidance .english-main-ttl .line-deco.two-line::before {
    width: 20px;
    left: -28px;
  }
}
@media screen and (max-width: 768px) {
  #audioguidance .english-main-ttl .line-deco.two-line::after {
    width: 20px;
    right: -27px;
  }
}
#audioguidance .english-main-ttl .ttl-des {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  #audioguidance .english-main-ttl .ttl-des {
    font-size: 12px;
    line-height: 1.8;
  }
}
#audioguidance .english-default-des {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #audioguidance .english-default-des {
    font-size: 14.4px;
    line-height: 1.8;
  }
}
#audioguidance .english-default-des.mb15 {
  margin-bottom: 15px;
}
#audioguidance .english-table {
  width: 100%;
  border-collapse: collapse;
}
#audioguidance .english-table thead tr th {
  background-color: #fff4d6;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  padding: 14px 5px;
  border: 1px solid #777;
}
@media screen and (max-width: 768px) {
  #audioguidance .english-table thead tr th {
    font-size: 15px;
  }
}
#audioguidance .english-table tbody tr th {
  background-color: #fff4d6;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  padding: 14px 5px;
  border: 1px solid #777;
  width: 35%;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #audioguidance .english-table tbody tr th {
    font-size: 15px;
  }
}
#audioguidance .english-table tbody tr td {
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: middle;
  padding: 14px 5px;
  border: 1px solid #777;
  width: 65%;
}
@media screen and (max-width: 768px) {
  #audioguidance .english-table tbody tr td {
    font-size: 14px;
    line-height: 1.4;
  }
}
#audioguidance .link-btn-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #audioguidance .link-btn-list {
    row-gap: 20px;
  }
}
#audioguidance .link-btn-list li {
  width: 400px;
  height: 48px;
}
@media screen and (max-width: 768px) {
  #audioguidance .link-btn-list li {
    max-width: 400px;
    width: 100%;
  }
}
#audioguidance .link-btn-list li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  border: 1px solid #222;
  position: relative;
}
@media screen and (max-width: 768px) {
  #audioguidance .link-btn-list li a {
    font-size: 14px;
  }
}
#audioguidance .underline-btn-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #audioguidance .underline-btn-list {
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #audioguidance .underline-btn-list li {
    max-width: 400px;
    width: 100%;
  }
}
#audioguidance .underline-btn-list li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
  text-decoration: underline;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #audioguidance .underline-btn-list li a {
    font-size: 14px;
  }
}
#audioguidance .underline-btn-list li a.red {
  border-color: #d80d18;
  color: #d80d18;
}
#audioguidance .underline-btn-list li a.time::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/icon_time.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}
#audioguidance .underline-btn-list li a.nine::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/icon_nine.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}
#audioguidance .mv-des-area {
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  #audioguidance .mv-des-area {
    padding: 40px 0 0;
  }
}
#audioguidance .flow-area .flow-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: 2.6666666667%;
       column-gap: 2.6666666667%;
  row-gap: 30px;
  background-color: #cf000d;
  margin: 40px 0 40px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  #audioguidance .flow-area .flow-list {
    flex-direction: column;
    margin: 0 calc(50% - 50vw);
    padding: 40px calc(50.4vw - 50%);
  }
}
#audioguidance .flow-area .flow-list li {
  width: 23%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #audioguidance .flow-area .flow-list li {
    width: 100%;
  }
}
#audioguidance .flow-area .flow-list li .flow-sub-ttl {
  font-weight: bold;
  font-size: 18px;
  margin: 12px 0 0;
  line-height: 1.3;
}
#audioguidance .flow-area .flow-list li .flow-des {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin: 12px 0 0;
}
#audioguidance .flow-area .flow-list li.two-img-list {
  width: 48.6%;
}
@media screen and (max-width: 768px) {
  #audioguidance .flow-area .flow-list li.two-img-list {
    width: 100%;
  }
}
#audioguidance .flow-area .flow-list li.two-img-list .two-imgs {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #audioguidance .flow-area .flow-list li.two-img-list .two-imgs {
    flex-direction: column;
    row-gap: 20px;
  }
}
#audioguidance .flow-area .flow-list li.two-img-list .two-imgs picture {
  width: 47.2%;
}
@media screen and (max-width: 768px) {
  #audioguidance .flow-area .flow-list li.two-img-list .two-imgs picture {
    width: 100%;
  }
}
#audioguidance .mikuji-flow-area .mikuji-flow-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: 2.6666666667%;
       column-gap: 2.6666666667%;
  row-gap: 30px;
  margin: 40px 0 40px;
}
@media screen and (max-width: 768px) {
  #audioguidance .mikuji-flow-area .mikuji-flow-list {
    flex-direction: column;
  }
}
#audioguidance .mikuji-flow-area .mikuji-flow-list li {
  width: 23%;
}
@media screen and (max-width: 768px) {
  #audioguidance .mikuji-flow-area .mikuji-flow-list li {
    width: 100%;
  }
}
#audioguidance .mikuji-flow-area .mikuji-flow-list li .flow-sub-ttl {
  font-weight: 400;
  font-size: 18px;
  margin: 12px 0 0;
  line-height: 1.5;
}
#audioguidance .mikuji-flow-area .mikuji-flow-list li .flow-des {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin: 12px 0 0;
}
#audioguidance .ways-to-enjoy-area .enjoy-flow-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #audioguidance .ways-to-enjoy-area .enjoy-flow-list {
    flex-direction: column;
  }
}
#audioguidance .ways-to-enjoy-area .enjoy-flow-list li {
  width: 49.05%;
}
@media screen and (max-width: 768px) {
  #audioguidance .ways-to-enjoy-area .enjoy-flow-list li {
    width: 100%;
  }
}
#audioguidance .ways-to-enjoy-area .enjoy-flow-list li .flow-sub-ttl {
  text-align: center;
  font-size: 16px;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #audioguidance .ways-to-enjoy-area .enjoy-flow-list li .flow-sub-ttl {
    font-size: 15px;
  }
}
#audioguidance .access-train-map-area .direction_desc li:not(:first-of-type) p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #audioguidance .access-train-map-area .direction_desc li:not(:first-of-type) p {
    margin-top: 20px;
  }
}
#audioguidance .access-train-map-area .direction_desc p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  background: #eee;
  padding: 20px 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #audioguidance .access-train-map-area .direction_desc p {
    font-size: 18px;
    padding: 15px 10px;
    margin-bottom: 20px;
  }
}
#audioguidance .bus-timetable-area .table-ttl {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  margin: 20px 0 10px;
  line-height: 1.7;
}
#audioguidance .bus-timetable-area .table-ttl .big-txt {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #audioguidance .bus-timetable-area .table-ttl .big-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #audioguidance .bus-timetable-area .table-ttl {
    font-size: 16px;
    text-align: center;
  }
}
#audioguidance .bus-timetable-area .direction_table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}
#audioguidance .bus-timetable-area .direction_table thead tr th {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  padding: 19px 0;
  border: 1px solid #777;
  box-sizing: border-box;
  line-height: 1.3;
  width: 30.5%;
}
@media screen and (max-width: 768px) {
  #audioguidance .bus-timetable-area .direction_table thead tr th {
    font-size: 10px;
    padding: 13px 0;
  }
}
#audioguidance .bus-timetable-area .direction_table thead tr th.yellow {
  background-color: #fff4d6;
}
#audioguidance .bus-timetable-area .direction_table.column-3 thead tr th:not(:first-of-type) {
  width: 44%;
}
#audioguidance .bus-timetable-area .direction_table.column-7 thead tr th:not(:first-of-type) {
  width: 15.3%;
}
#audioguidance .bus-timetable-area .direction_table tbody tr:nth-of-type(odd) th {
  background-color: #ffebb4;
}
#audioguidance .bus-timetable-area .direction_table tbody tr:nth-of-type(odd) td {
  background-color: #f7f7f7;
}
#audioguidance .bus-timetable-area .direction_table tbody tr th {
  position: relative;
  background-color: #fff4d6;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  padding: 14px 0;
  border: 1px solid #777;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #audioguidance .bus-timetable-area .direction_table tbody tr th {
    font-size: 14px;
  }
}
#audioguidance .bus-timetable-area .direction_table tbody tr td {
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: middle;
  padding: 14px 0;
  border: 1px solid #777;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #audioguidance .bus-timetable-area .direction_table tbody tr td {
    font-size: 14px;
    line-height: 1.4;
  }
}
#audioguidance .bus-timetable-area .direction_table tbody tr td sup {
  color: #d80d18;
  font-size: 12px;
  vertical-align: super;
}
#audioguidance .bus-timetable-area .direction_table tbody tr td.bold {
  font-weight: bold;
}
#audioguidance .bus-timetable-area .direction_table tbody tr.table-des td {
  background-color: #fff;
  text-align: left;
  padding: 14px 20px;
  line-height: 1.5;
}
#audioguidance .bus-timetable-area .direction_table.mb60 {
  margin-bottom: 60px;
}
#audioguidance .bus-timetable-area .direction_table.straight-path tbody tr th {
  background-color: #fff;
}
#audioguidance .bus-timetable-area .direction_table.straight-path tbody tr td {
  background-color: #fff;
}
#audioguidance .bus-timetable-area .direction_table.straight-path tbody tr td.yellow {
  background-color: #fff4d6;
}
#audioguidance .bus-timetable-area .direction_table.straight-path tbody tr.direct-line th {
  background-color: #d80d18;
  color: #fff;
}
#audioguidance .bus-timetable-area .direction_table.straight-path tbody tr.direct-line td {
  background-color: #fff;
}
#audioguidance .bus-timetable-area .direction_table.straight-path tbody tr.direct-line td.bold {
  background-color: #fff4d6;
}
#audioguidance .bus-timetable-area .price-wrapper .price-des {
  font-size: 16px;
  line-height: 1.6;
}
#audioguidance .audio-area .sub-ttl {
  position: relative;
  margin: 35px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #audioguidance .audio-area .sub-ttl {
    margin: 35px 0 25px;
  }
}
#audioguidance .audio-area .sub-ttl.mt {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #audioguidance .audio-area .sub-ttl.mt {
    margin-top: 50px;
  }
}
#audioguidance .audio-area .sub-ttl span {
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  background: #fff;
  padding: 0 60px;
  position: relative;
  z-index: 1;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #audioguidance .audio-area .sub-ttl span {
    font-size: 17px;
    padding: 0 22px;
  }
}
#audioguidance .audio-area .sub-ttl::after {
  content: "";
  display: block;
  height: 2px;
  background: #707070;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#audioguidance .audio-area .audio-outer.back {
  border: 2px solid #707070;
}
#audioguidance .audio-area .audio-outer.back figcaption {
  text-align: center;
}
#audioguidance .audio-area .audio-block {
  max-width: 724px;
  width: calc(100% - 84px);
  padding: 0 42px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #audioguidance .audio-area .audio-block {
    width: 100%;
    padding: 0;
  }
}
#audioguidance .audio-area .audio-block + .audio-block {
  margin-top: 2px;
}
#audioguidance .audio-area .audio-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
}
@media screen and (max-width: 768px) {
  #audioguidance .audio-area .audio-inner {
    flex-direction: column;
    text-align: center;
    padding: 11px 0;
  }
}
#audioguidance .audio-area .audio-inner figcaption {
  font-size: 24px;
}
@media screen and (min-width: 1024px) {
  #audioguidance .audio-area .audio-inner figcaption {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #audioguidance .audio-area .audio-inner figcaption {
    font-size: 17px;
    text-align: left;
  }
}
#audioguidance .audio-area .audio-inner figcaption.large {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  #audioguidance .audio-area .audio-inner figcaption.large {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #audioguidance .audio-area .audio-inner audio {
    width: 41.5%;
  }
}
@media screen and (max-width: 768px) {
  #audioguidance .audio-area .audio-inner audio {
    margin: 17px auto 0;
    width: 86%;
  }
}
#audioguidance .audio-area .translation {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 60px;
  border: 1px solid #ccc;
  margin-top: 60px;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  #audioguidance .audio-area .translation {
    flex-direction: column;
    row-gap: 20px;
    padding: 20px;
  }
}
#audioguidance .audio-area .translation_box-ttl {
  font-size: 20px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #audioguidance .audio-area .translation_box-ttl {
    font-size: 18px;
  }
}
#audioguidance .audio-area .translation_box-sub {
  font-size: 18px;
  padding-bottom: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #audioguidance .audio-area .translation_box-sub {
    font-size: 16px;
  }
}
#audioguidance .audio-area .translation_box-sub span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #audioguidance .audio-area .translation_box-sub span {
    font-size: 13px;
  }
}
#audioguidance .audio-area .translation_box-txt {
  line-height: 1.6;
  font-size: 14px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #audioguidance .audio-area .translation_box-txt {
    font-size: 13px;
  }
}
#audioguidance .notice {
  padding: 20px 30px 40px;
  border: 2px solid #d80d18;
}
@media screen and (max-width: 768px) {
  #audioguidance .notice {
    padding: 15px 15px 30px;
  }
}
#audioguidance .notice-h4 {
  color: #d80d18;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #audioguidance .notice-h4 {
    font-size: 25px;
  }
}
#audioguidance .notice-h6 {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #audioguidance .notice-h6 {
    font-size: 24px;
    line-height: 1.4;
  }
}
#audioguidance .notice-img {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #audioguidance .notice-img {
    flex-direction: column;
    gap: 10px;
  }
}
#audioguidance .notice-img img {
  width: 48.6%;
}
@media screen and (max-width: 768px) {
  #audioguidance .notice-img img {
    width: 100%;
  }
}
#audioguidance .notice ul {
  margin-top: 20px;
  margin-bottom: 30px;
}
#audioguidance .notice ul li {
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #audioguidance .notice ul li {
    font-size: 14px;
  }
}
#audioguidance .notice ul li span {
  width: 15px;
  height: 15px;
  border: 1px solid black;
  border-radius: 3px;
  display: inline-block;
  transform: translateY(3px);
  margin-right: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #audioguidance .notice ul li span {
    margin-right: 5px;
  }
}
#audioguidance .notice ul li span::after {
  position: absolute;
  content: "";
  display: block;
  top: 2px;
  left: 1.5px;
  width: 10px;
  height: 5px;
  border-left: 3px solid #25AF01;
  border-bottom: 3px solid #25AF01;
  transform: rotate(-45deg);
}
#audioguidance .notice .ticket-btn {
  display: grid;
  place-items: center;
  margin: 0 auto;
  width: min(400px, 100%);
  height: 80px;
  color: white;
  font-weight: 600;
  position: relative;
  background: #c70009;
}
#audioguidance .notice .ticket-btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/icon_ticket.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
#audioguidance .notice .ticket-btn::after {
  content: "";
  position: absolute;
  background-image: url(../img/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#audioguidance .notice .ticket-btn .txt-wrap {
  text-align: center;
  line-height: 1.3;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #audioguidance .notice .ticket-btn .txt-wrap {
    font-size: 16px;
  }
}
#audioguidance .winter-light {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #audioguidance .winter-light {
    margin-top: 30px;
  }
}
#audioguidance .winter-light .winter-box picture {
  text-align: center;
  display: block;
}
#audioguidance .winter-light .winter-box picture img {
  width: 90%;
}
@media screen and (max-width: 768px) {
  #audioguidance .winter-light .winter-box picture img {
    width: 100%;
  }
}
#audioguidance .winter-light-content {
  margin-top: 40px;
  margin-bottom: 30px;
}
#audioguidance .winter-light h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #audioguidance .winter-light h4 {
    font-size: 20px;
  }
}
#audioguidance .winter-light h5 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #audioguidance .winter-light h5 {
    font-size: 16px;
  }
}
#audioguidance .winter-light h5 span {
  font-weight: 400;
}
#audioguidance .winter-light-text {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.6;
}
#audioguidance .winter-light .schedule-area .schedule-ttl {
  font-size: 22px;
  letter-spacing: 0.07em;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #audioguidance .winter-light .schedule-area .schedule-ttl {
    font-size: 16px;
  }
}
#audioguidance .winter-light .schedule-area .schedule-ttl .blue {
  color: #368fda;
}
#audioguidance .winter-light .schedule-area .schedule-table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}
#audioguidance .winter-light .schedule-area .schedule-table.mb50 {
  margin-bottom: 50px;
}
#audioguidance .winter-light .schedule-area .schedule-table thead tr th {
  background-color: #fff4d6;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  padding: 19px 0;
  border: 1px solid #777;
  box-sizing: border-box;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #audioguidance .winter-light .schedule-area .schedule-table thead tr th {
    font-size: 10px;
    padding: 13px 0;
  }
}
#audioguidance .winter-light .schedule-area .schedule-table thead tr th:first-of-type {
  width: 100px;
}
@media screen and (max-width: 768px) {
  #audioguidance .winter-light .schedule-area .schedule-table thead tr th:first-of-type {
    width: 40px;
  }
}
#audioguidance .winter-light .schedule-area .schedule-table thead tr th:not(:first-of-type) {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #audioguidance .winter-light .schedule-area .schedule-table thead tr th:not(:first-of-type) {
    width: 28%;
  }
}
#audioguidance .winter-light .schedule-area .schedule-table tbody tr:nth-of-type(odd) th {
  background-color: #ffebb4;
}
#audioguidance .winter-light .schedule-area .schedule-table tbody tr:nth-of-type(odd) td {
  background-color: #f7f7f7;
}
#audioguidance .winter-light .schedule-area .schedule-table tbody tr th {
  background-color: #fff4d6;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  padding: 14px 0;
  border: 1px solid #777;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #audioguidance .winter-light .schedule-area .schedule-table tbody tr th {
    font-size: 15px;
  }
}
#audioguidance .winter-light .schedule-area .schedule-table tbody tr td {
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: middle;
  padding: 14px 0;
  border: 1px solid #777;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #audioguidance .winter-light .schedule-area .schedule-table tbody tr td {
    font-size: 14px;
    line-height: 1.4;
  }
}
#audioguidance .winter-light .winter-ticker {
  margin-bottom: 40px;
}
#audioguidance .winter-light .winter-ticker h5 {
  margin-bottom: 30px;
}
#audioguidance .winter-light .winter-ticker .season-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  #audioguidance .winter-light .winter-ticker .season-table {
    margin: 0 0 40px;
  }
}
#audioguidance .winter-light .winter-ticker .season-table thead tr th {
  background-color: #fff4d6;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  padding: 14px 5px;
  border: 1px solid #777;
}
@media screen and (max-width: 768px) {
  #audioguidance .winter-light .winter-ticker .season-table thead tr th {
    font-size: 15px;
  }
}
#audioguidance .winter-light .winter-ticker .season-table tbody tr th {
  background-color: #fff4d6;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  padding: 14px 5px;
  border: 1px solid #777;
  width: 35%;
}
@media screen and (max-width: 768px) {
  #audioguidance .winter-light .winter-ticker .season-table tbody tr th {
    width: 18%;
    font-size: 15px;
  }
}
#audioguidance .winter-light .winter-ticker .season-table tbody tr td {
  font-size: 16px;
  letter-spacing: 0.05em;
  vertical-align: middle;
  padding: 14px 50px;
  border: 1px solid #777;
  width: 65%;
}
@media screen and (max-width: 768px) {
  #audioguidance .winter-light .winter-ticker .season-table tbody tr td {
    width: 82%;
    padding: 14px 8px;
    font-size: 13px;
    line-height: 1.6;
  }
}
#audioguidance .winter-light .winter-ticker .winter-note {
  font-size: 16px;
  line-height: 1.6;
}
#audioguidance .winter-light .winter-ticker .winter-note p {
  margin-bottom: 10px;
}
#audioguidance .winter-light .direction_btn {
  text-align: center;
  margin: 30px 0;
}
#audioguidance .winter-light .direction_btn-link {
  display: inline-block;
  text-align: center;
  width: 400px;
  padding: 15px 0;
  font-size: 16px;
  border: 1px solid black;
}
@media screen and (max-width: 768px) {
  #audioguidance .winter-light .direction_btn-link {
    width: 100%;
  }
}
#audioguidance .winter-light .direction_btn .leading16 {
  line-height: 1.5;
  padding: 10px 0;
}/*# sourceMappingURL=style.css.map */